! $XConsortium: pc /main/4 1995/07/17 10:28:38 drk $
! @OPENGROUP_COPYRIGHT@
! COPYRIGHT NOTICE
! Copyright (c) 1990, 1991, 1992, 1993 Open Software Foundation, Inc.
! Copyright (c) 1996, 1997, 1998, 1999, 2000 The Open Group
! Changes for Mac OS X - Copyright (c) 2003 Lemma 1 Ltd.
! ALL RIGHTS RESERVED (MOTIF). See the file named COPYRIGHT.MOTIF for
! the full copyright text.
! 
! This software is subject to an open license. It may only be
! used on, with or for operating systems which are themselves open
! source systems. You must contact The Open Group for a license
! allowing distribution and sublicensing of this software on, with,
! or for operating systems which are not Open Source programs.
! 
! See http://www.opengroup.org/openmotif/license for full
! details of the license agreement. Any use, reproduction, or
! distribution of the program constitutes recipient's acceptance of
! this agreement.
! 
! EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
! PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
! KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY
! WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
! OR FITNESS FOR A PARTICULAR PURPOSE
! 
! EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT
! NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT,
! INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
! DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED
! AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
! LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
! ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE
! EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE
! POSSIBILITY OF SUCH DAMAGES.
! 
! HISTORY
!
! Generic OSF/Motif Style Guide bindings for PC keyboards
!
! Adapted by  Rob Arthan (rda@lemma-one.com) to suit
! Motif applications, particularly xpp, on Apple Mac OS X.
! Tested on an iBook.
! The main changes give mappings for Insert, Delete,
! Cut, Copy and Paste.
!
! Rob Arthan (rda@lemma-one.com) 20/4/2003
!
osfActivate	:		<Key>KP_Enter
osfCancel	:		<Key>Escape
osfMenuBar	:		<Key>F10
osfMenu		:	Shift	<Key>F10
osfHelp		:		<Key>F1

osfBackSpace	:		<Key>BackSpace
osfInsert	:		<Key>F9
osfDelete	:	Shift	<Key>BackSpace

osfPageUp	:		<Key>Prior
osfPageDown	:		<Key>Next
osfPageLeft	:	Ctrl	<Key>Prior
osfPageRight	:	Ctrl	<Key>Next
osfEndLine	:		<Key>End
osfBeginLine	:		<Key>Home

osfLeft		:		<Key>Left
osfRight	:		<Key>Right
osfUp		:		<Key>Up
osfDown		:		<Key>Down

osfAddMode	:	Shift	<Key>F8

!
! If the key labelled alt is mapped to the Alt keysym in the keymap
! the following is like the Apple mapping for cut, copy and paste,
! bujt using the Alt key rather than the Apple key.
!
osfCut		:	Alt	<Key>x
osfCopy		:	Alt	<Key>c
osfPaste	:	Alt	<Key>v
osfPrimaryPaste	:Shift	Alt	<Key>v
!
! If you haven't a working mapping for the Alt keysym comment the
! above 4 bindings out and try the following instead:
!
!!osfCut		:	Ctrl	<Key>slash
!osfCopy		:	Ctrl	<Key>period
!osfPaste	:	Ctrl	<Key>comma
!osfPrimaryPaste	:Shift	Ctrl	<Key>comma
! 
! end of .motifbind
